gpClipboard Component 
Version 1.0 Built 7/31/96 
Copyright (c) 1996 Greg Postlewait 

Thank you for your interest in the gpClipboard component.  This is the first
in a series of components that will provide your applications with the rich,
standard features found in Windows applications.  Future components that are
currently under development and testing  are:
 
-   Exception Handling and logging 
-   Text undo stack 
-   Keyboard mapping for tab control and database commands 
-   MDI utilities for window management and form placement 
-   Login Dialog 
-   Full Featured application security system 
	 
Finally, we will roll together all of these components into a standardized
framework with including template forms, all of our custom components
installed, all ready to go.
 
You are using the SHAREWARE version of gpClipboard.  You may install and use
this software for 30 days to decide if it meets your needs.  After the 30
day trial period, you must register the software or remove all copies of it
from your possession.  Registered users receive technical support, updates,
and notices about new software releases.

INSTALLATION
============

This package contains both the 16 and 32 bit versions of gpClipboard.  The 16 bit (Windows 3.1) version of gpClipboard is contained in the file:
  GPCLIP16.ZIP
Likewise, the 32 bit (Windows 95/NT) version is contained in the file:
  GPCLIP32.ZIP

16 BIT INSTALLATION
===================

After UNZIPing the source file into a destination directory of your choice, you must install the component in the Delphi component library.

1.   Run Delphi and close all projects.
2.   Select Options | Install Components from the menu.
3.   Click the Add button.
4.   Type the path the you installed the components into, or press the Browse button to select the path.
5.   Select the file GPCLIP.DCU.
6.   Click the OK button, and Delphi will recompile your component library.  Your new component will appear on the gpFramework pallette page.

32 BIT INSTALLATION
===================

After UNZIPing the source file into a destination directory of your choice, you must install the component in the Delphi component library.

1.   Run Delphi32 and close all projects.
2.   Select Components | Add Components from the menu.
3.   Click the Add button.
4.   Type the path the you installed the components into, or press the Browse button to select the path.
5.   Select the file GPCLIP.DCU.
6.   Click the OK button, and Delphi will recompile your component library.  Your new component will appear on the gpFramework pallette page.

HELP FILE INSTALLATION
======================

1.   Copy the files gpclip.hlp to your delphi directory (or where your
     Delphi .hlp files are located) , and gpclip.kwf to your delphi
     directory (or where your Delphi .kwf files are located).
2.   Close Delphi. 
3.   Run the Help Installation utility (HELPINST.EXE) from your delphi
     directory.
4.   Select Open, then DELPHI.HDX. 
5.   Click the Add a new keyword file and add the file gpclip.kwf. 
6.   Select File | Save to recompile the new help file. 
 
You are now ready to use the gpClipboard Component. 
